home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Open Stack / Help / background_2729.txt < prev    next >
Encoding:
Text File  |  1987-12-04  |  669 b   |  32 lines

  1. -- background: 2729 from stack: in
  2. -- bmap block id: 4470
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 45 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=500 top=330 right=342 bottom=512
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: der
  20. ----- HyperTalk script -----
  21. on closeField
  22.   get field "der"
  23.   put the number of this card into cardNum
  24.   set lockScreen to true
  25.   push card
  26.   go to card cardNum of stack "HyperCirc"
  27.   put it into background field "Title"
  28.   pop card
  29.   set lockscreen to false
  30. end closeField
  31.  
  32.